home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms_w / wrcprs14.zip / HISTORY.DOC < prev    next >
Text File  |  1995-01-17  |  2KB  |  46 lines

  1. Winsock RCP/RSH Version History
  2. -------------------------------
  3.  
  4. Version 1.0  -  Initial Release
  5.  
  6. Version 1.1  -  Added -r option to RSH for redirection of output
  7.  (11/30/94)     Added -a and -b option to RCP for ASCII conversion
  8.  
  9. Version 1.2  -  Corrected problem in RCP that would not allow recursive copies
  10.  (12/13/94)     from a drive other than the current drive.  RCP would find the
  11.                 filenames from the specified drive, but would try to read the
  12.                 data from the current drive, causing "File Not Found" errors.
  13.                 For example, the following would not work if the current drive
  14.                 was the C: drive:
  15.  
  16.                          rcp -r a:\doc remhost:/usr/doc
  17.  
  18.              -  RCP and RSH would only allow a host name to be used, not an
  19.                 IP address (i.e., a dotted-decimal address of the host).  For
  20.                 example, the following would result in a "Record Not Found"
  21.                 error from Windows Sockets:
  22.  
  23.                          rsh 89.0.0.8 ls -x
  24.  
  25.                 or
  26.  
  27.                          rcp 192.15.32.1:/usr/joe/file \doc
  28.  
  29.                 For the technically curious, this occurred because the Windows
  30.                 Sockets "gethostbyname()" function only allows host names to
  31.                 be specified, unlike Unix, which allows both IP addresses and
  32.                 host names.  RCP and RSH now determine whether or not you have
  33.                 specified a host name or IP address and adjusts accordingly.
  34.  
  35. Version 1.3  -  Corrected a problem with wildcards.  Sometimes the last
  36.  (12/30/94)     character of the directory name prefixing the wilcard was
  37.                 being thrown into the name, causing it to not find the files.
  38.  
  39.              -  Corrected a memory leak.
  40.  
  41. Version 1.4
  42.  (01/16/95)
  43.              -  Will retry up to ten times when a Connection Refused error
  44.                 occurs.
  45.  
  46.